@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-w1000 {
  width: 1000px;
}

.g-w474 {
  width: 474px;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

em {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.white, .white a:link, .white a:visited, .white a:hover {
  color: #fff;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
  overflow:hidden
}

/*header*/
.header {
  height: 33px;
  background: #fff;
  margin: 0 auto;
}

.header > div {
  margin: 0 auto;
}

.header span {
  float: left;
}

.header span img {
  margin-top: 1px;
}

.header em {
  float: right;
  line-height: 33px;
}

.header em a {
  margin: 0 6px;
}

.header em, .header em a:link, .header em a:visited, .header em a:hover {
  color: #666;
}

.bk-banner {
  height: 306px;
  background: url(../images/banner.jpg) center top no-repeat;
}

.bk-nav {
  height: 79px;
  line-height: 79px;
  color: #fff;
  font: bold 26px/79px SimHei;
  text-align: center;
  background: #d70101;
  margin-bottom: 35px;
}

.bk-nav a {
  margin-left: 15px;
}

.bk-nav a:first-child {
  margin-left: 0;
}

.bk-nav a.active,
.bk-nav a:hover {
  color: #f7dd60;
}

.bk-bigtitle {
  margin-bottom: 24px;
}

.bk-bigtitle h1 {
  text-align: center;
  font: bold 28px/36px SimHei;
  color: #c40000;
}

.bk-bigtitle p {
  text-align: center;
  margin-top: 10px;
 
  font-size: 14px;
}

.bk-bigtitle p a {
  margin: 0 10px;
}

.bk-bigtitle .w1000 {
  padding: 15px 0;
  background: #f3f3f3;
}

.bk-swiper {
  margin-bottom: 30px;
}

.bk-swiper .left-swiper {
  position: relative;
  float: left;
  width: 474px;
  height: 300px;
  overflow: hidden;
}

.bk-swiper .swiper-container-p1 {
  height: 100%;
}

.bk-swiper .swiper-wrapper {
  height: 100%;
}

.bk-swiper .swiper-slide {
  height: 100%;
  position: relative;
  font-size: 18px;
  line-height: 55px;
}

.bk-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  
  font-size:14px;
  line-height: normal;
  color: #000;
  overflow: hidden;
}

.bk-swiper .pagination1 {
  position: absolute;
  text-align: right;
  bottom: 40px;
  right: 10px;
  z-index: 999;
}

.bk-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f7f0e4;
  margin: 0 3px;
  cursor: pointer;
}

.bk-swiper .swiper-active-switch {
  background: #c0af80;
}

.bk-swiper .common-right-container {
  height: 100%;
  overflow: hidden;
}

.bk-swiper .common-right-container h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.bk-swiper .common-right-container .list-gaoceng {
  margin-bottom: 20px;
}

.bk-swiper .common-right-container ul li {
  
  font-size:14px;
  line-height:1.8;
}

.common-right-container {
  margin-left: 546px;
}

.bk-ad1 {
  margin-bottom: 30px;
}

.bk-tabs .book-wrap {
  width: 1000px;
  height: 518px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: url(../images/book-border.png) center;
}

.bk-tabs .book-wrap .left-list-content {
  float: left;
  margin-left: 48px;
  padding-top: 35px;
  width: 230px;
}

.bk-tabs .book-wrap .left-list-content li {
  padding: 8px 0;
  font: 20px 'MicrosoftYaHei';
  border-bottom: 1px solid #b21212;
  cursor: pointer;
}

.bk-tabs .book-wrap .left-list-content li span {
  display: inline-block;
  width: 100%;
  padding: 2px 0 4px 3px;
}

.bk-tabs .book-wrap .left-list-content li.active span {
  background: #ac0101;
  color: #fff;
}

.bk-tabs .book-wrap .right-tab-content {
  position: relative;
  margin-left: 348px;
  padding-top: 10px;
}

.bk-tabs .book-wrap .right-tab-content .btn-next-page {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 102px;
  z-index: 2;
  cursor: pointer;
}

.bk-tabs .book-wrap .right-tab-content .tab-content {
  display: none;
}

.bk-tabs .book-wrap .right-tab-content .tab-content:first-child {
  display: block;
}

.bk-tabs .book-wrap .right-tab-content .tab-content.show {
  display: block;
}

/** 临时 */
.bk-buwangchuxin .bk-title {
  color: #ac0101;
  font-size: 23px;
  font-weight: normal;
}

.bk-buwangchuxin .bk-title-bg {
  width: 475px;
  height: 7px;
  background: url("../images/xian-big-l.jpg") no-repeat 0 0;
  margin-bottom: 24px;
}

.bk-buwangchuxin .right-form1 {
  margin-left: 535px;
  padding-top: 64px;
}

.bk-buwangchuxin .heart-database {
  width: 456px;
  height: 204px;
  background: #f5efd7;
  padding-top: 20px;
  overflow: hidden;
}

.bk-buwangchuxin .heart-database .xi-database {
  text-align: center;
}

.bk-buwangchuxin .heart-database .line1 {
  padding: 5px 0 0 20px;
}

.bk-buwangchuxin .heart-database .line2 {
  padding: 5px 0 0 20px;
  margin-bottom: 10px;
}

.bk-buwangchuxin .heart-database .line3 {
  padding: 5px 10px;
  height: 60px;
  background: #f3f3f3;
  text-align: center;
  font-size: 0;
}

.bk-buwangchuxin .heart-database .line3 * {
  vertical-align: middle;
  cursor: pointer;
}

.bk-buwangchuxin .heart-database .line3 span {
  font: bold 30px SimHei;
  color: #ce2425;
  margin-left: 10px;
  margin-right: 10px;
}

.bk-buwangchuxin .heart-database .span1 {
  width: 149px;
  height: 31px;
  border: solid 1px #cdc09b;
  display: inline-block;
}

.bk-buwangchuxin .heart-database .span2 {
  width: 98px;
  height: 31px;
  display: inline-block;
}

.bk-buwangchuxin .heart-database label {
  width: 46px;
  color: #fff;
  height: 31px;
  line-height: 31px;
  background: #cdc09b;
  display: inline-block;
  text-align: center;
}

.bk-buwangchuxin .heart-database input {
  width: 101px;
  height: 29px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk-buwangchuxin .heart-database select {
  width: 51px;
  height: 31px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #cdc09b;
}

.bk-buwangchuxin .heart-database .btn1 {
  width: 51px;
  height: 31px;
  line-height: 31px;
  background-color: #a60f00;
  color: #fff;
  text-align: center;
  margin-left: 10px;
}

.bk-buwangchuxin .heart-database .btn2 {
  width: 51px;
  height: 31px;
  line-height: 31px;
  background-color: #c61101;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}

.bk-fangtan {
  margin: 40px auto 40px;
}

.bk-fangtan .right-xuexitihui {
  margin-left: 535px;
}

.bk-fangtan .bk-title {
  color: #ac0101;
  font-size: 24px;
  font-weight: normal;
}

.bk-fangtan .bk-title-bg {
  width: 475px;
  height: 7px;
  background: url("../images/xian-small-l.jpg") no-repeat 0 0;
  margin-bottom: 24px;
}

.bk-fangtan .content {
  width: 216px;
}

.bk-fangtan .content p {
  color: #666;
  font-size: 12px;
  line-height: 1.8;
  padding-top: 8px;
  text-indent:2em
}

.bk-fangtan .dont-forget-content {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.9;
}

.bk-jiguan .bk-tab-con li {
  color: #fff;
  float: left;
  margin-left: 2px;
  background: #c40000;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  text-align: center;
  cursor:pointer
}

.bk-jiguan .bk-tab-con li:nth-child(1) {
  width: 325px;
  margin-left: 0;
}

.bk-jiguan .bk-tab-con li:nth-child(2) {
  width: 307px;
}

.bk-jiguan .bk-tab-con li:nth-child(3) {
  width: 362px;
}

.bk-jiguan .bk-tab-con .selected {
  color: #f6e1b6;
}

.bk-jiguan .bk-tabs-contents {
  margin-top: 30px;
}

.bk-jiguan .bk-tabs-contents .bk-tab-box {
  display: none;
}

.bk-jiguan .bk-tabs-contents .bk-tab-box ul {
  margin-left: 534px;
}

.bk-jiguan .bk-tabs-contents .bk-tab-box ul li {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 2;
}

.bk-jiguan .bk-tabs-contents .bk-tab-box ul li i {
  padding-right: 4px;
}

.bk-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 下部分css */
ul, li {
  list-style-type: none;
}
.content select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  appearance: menulist;
}
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.logo-bar {
  margin: 20px 0;
}
.logo-bar-item {
  float: left;
  overflow: hidden;
  margin-right: 57px;
}
.logo-bar-item a, .logo-bar-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.logo-bar-item:nth-last-child(1) {
  margin-right: 0;
}


.news-box {
  margin-right: -80px;
  position: relative;
}
.news-box-item {
  width: 480px;
  float: left;
  margin-right: 60px;
}
.news-box .news-box-item h2 {
  font-size: 24px;
  line-height: 45px;
  color: #232323;
  background-repeat: no-repeat;
  background-position-y: bottom;
  margin-bottom: 10px;
  background-image: url('../images/title-bg.png');
}
.news-box .news-box-item .long {
  background-image: url('../images/title-bg-long.png');
}
.news-box .news-box-item .shot {
  background-image: url('../images/title-bg-shot.png');
}
.news-box .news-box-item ul {
  margin-bottom: 40px;
}
.news-box .news-box-item li {
  overflow: hidden;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 15px;
  background-image: url('http://opinion.people.com.cn/img/MAIN/2014/06/114590/images/dot.gif');
}


.image-bar {
  height: 77px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
  position: relative;
  background-image: url('../images/title2.png');
}

.image-bar span {
  font-size: 22px;
  position: absolute;
  height: 50px;
  color: #9b8a4f;
  font-weight: bold;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 50px;
  width: 160px;
  left: 2px;
  text-align: center;
}
.image-bar ul, .image-bar .select-bar {
  position: absolute;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 165px;
  text-align: center;
}
.image-bar .select-bar {
  color: #9b8a4f;
  font-size: 20px;
  text-align: left;
  width: 800px;
  left: 175px;
}
.image-bar .select-bar select {
  width: 165px;
  height: 30px;
  color: #ad9957;
  border-color: #ad9957;
  line-height: 30px;
  font-size: 17px;
  padding: 0 5px;
  margin: 0 5px;
}
.image-bar .select-bar input[type="button"] {
  background-image: url(../images/search-icon-big.png);
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.image-bar ul li {
  display: inline;
  font-size: 18px;
  color: #ad9957;
  margin: 0 5px;
}
.image-bar  .search-bar {
  width: 200px;
  height: 35px;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/search-bg.png');
}
.image-bar ul a{
  display: inline;
}
.image-bar  .search-bar input[type="text"] {
  height: 100%;
  border: none;
  width: 140px;
  font-size: 16px;
  color: #ad9957;
  padding-left: 20px;
  outline: none;
  background-color: transparent;
}
.image-bar  .search-bar input[type="button"] {
  background-image: url(../images/search-icon.png);
  background-color: transparent;
  border: none;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  border-left: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
/* 特殊小图标 */
.image-bar span img {
  margin: -3px 5px;
  display: inline;
}
.image-bar  .search-bar input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ad9957;
}
.image-bar  .search-bar input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ad9957;
}
.image-bar  .search-bar input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ad9957;
}
.image-bar  .search-bar input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ad9957;
}


.people-box {
  margin-bottom: 50px;
  margin-top: 20px;
}

.people-box li {
  float: left;
  margin: 0 28px;
}
.people-box a:hover {
  text-decoration: none;
}
.people-box span {
  display: block;
  width: 105px;
  height: 35px;
  color: white;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  background-image: url('../images/people-name-bg.png');
}
.news-box .news-box-item .red-text {
  color: #ac0101;
}
/* 先进典型说明文字 */
.typical p {
  font-size: 24px;
  color: #ac0101;
  position: absolute;
  top: 25px;
  right: 80px;
}

.experience-box {
  height: 240px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}

.solicitation {
  font-size: 14px;
  margin-bottom: 20px;
}
.solicitation p {
  height: 40px;
  line-height: 40px;
}
.solicitation .title {
  height: 60px;
  margin-bottom: 10px;
  background-image: url('../images/title1.png');
}
.solicitation select {
  height: 30px;
  width: 130px;
}
.solicitation input[type="text"] {
  height: 30px;
  width: 202px;
  padding: 0 5px;
  border: 1px solid #a9a9a9;
}
.solicitation input, .solicitation select {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #a9a9a9;
  line-height: 30px;
  padding: 0 5px;
}
.solicitation textarea {
  width: 426px;
  height: 70px;
  padding: 5px;
  border-radius: 5px;
  overflow: auto;
  margin: 10px 0;
  border: 1px solid #a9a9a9;
}
.solicitation input[type="text"].short {
  width: 80px;
}
.solicitation .send {
  background-color: #626262;
  color: white;
  border: none;
  height: 30px;
  width: 90px;
  margin: 0 10px;
  cursor: pointer;
}
.button-box {
  margin: 10px 0;
  text-align: center;
}
.button-box input,.button-box a {
  width: 100px;
  height: 30px;
  margin: 0 20px;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
  background-color: #ae0006;
}
.button-box a{display:inline-block;line-height:30px;}


footer[template=home] {
  color: #000000;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
  padding: 40px;
}

[template=home] p {
  margin: 12px 0;
  width: 100%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}

.switch-box {
  padding-top: 20px;
}

.switch-box .left, .switch-box .right {
  float: left;
}

.switch-box .right {
  width: 295px;
  height: 275px;
  overflow: hidden;
}

.switch-box ul {
  display: none;
}

.switch-box ul:nth-child(1) {
  display: block;
}

.switch-box .left-item {
  width: 175px;
  height: 50px;
  background-color: #eeeeee;
  line-height: 50px;
  color: #616161;
  font-size: 22px;
  margin-bottom: 20px;
  color: 616161;
  cursor: pointer;
}
.switch-box .left-item-active {
  color: white;
  background-color: #c32800;
}

.switch-box .left-item img {
  margin: 7px;
  margin-bottom: -10px;
  margin-right: 15px;
  pointer-events: none;
}
.switch-box .left {
  margin-right: 10px;
}

.erwm[template=home] img {
  display: block;
}

.erwm[template=home] {
  position: fixed;
  background-position: 0 -40px;
  display: block;
  width: 140px;
  height: 305px;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  color: #7a7a7a;
  font-size: 12px;
  display: none;
}

.erwm[template=home] span {
  text-align: center;
  line-height: 18px;
  background: #d2d2d2;
  padding: 5px;
  display: block;
  color: black;
}

.close {
  position: absolute;
  right: 0;
  top: -20px;
  background-color: #d4d4d4;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

[template=home] .go_top {
  display: block;
  width: 140px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAYAAAB7/H1+AAAAyUlEQVQoka3SWw7BQBTG8T/pg225rcJTiRDvEhGCdQgmYhku23ApFiJBjpxJBtVM8T2108kv32lOxhiDZ1rABRj7XA480SbQBrLAFZj8A24AHSCv8Aa4AdNf4DrQVfSsZwVgrc8f8SRY0J6iJ+c8AorASpvP0sA1oB+D2hwUX+r7Gx4HV4GBjnxMmEjwsuLS/Gm9XmFBh9omSkBt9g4u2zKPg0MHlTa+2QEl57c8cAsLOtILaVAbwd3mC9nLHFDRDzLat9mqEQLBHfiPL4HPw7FWAAAAAElFTkSuQmCC') no-repeat;
  right: 13px;
  bottom: 110px;
  z-index: 100;
  background-position: center;
}
.solicitation .title {
  background-repeat: no-repeat;
}

.switch-box .left-item img {
  margin-bottom: -6px;
  margin-left: 14px;
}

.switch-box .left-item-active {
  background-color: #c40000;
}
/*pic*/
.pic11 ul{overflow: hidden;}
.pic11 li{float:left;width:278px;height:252px;margin:20px 23px 20px 23px;position: relative;}
.pic11 li img{display: block;margin-bottom: 10px;}
.pic11 li i{background:url(../images/vbg.png) no-repeat;width: 76px;height: 76px;position: absolute;top:70px;left:119px;}
.pic11 li span{padding:0 10px;display: block;font-size: 14px;line-height:180%;font-weight: bold;}
.page_n{ text-align:center; padding:40px 0 20px 0;overflow:hidden;}
.page_n a{ border:#dddad2 1px solid; background:#f7f6f3; padding:10px 15px; margin:0 5px;text-decoration:none;}
.page_n a.common_current_page{background:#cc3333; color:#fff; text-decoration:none;border:#cc3333 1px solid;}
.d2nav{font-size: 14px;border-bottom: 1px solid #ccc;height: 50px;line-height: 50px;}
.d2nav a{margin:0 8px;}
/*list*/
.w960{width: 960px;margin:0 auto;}
.d2list h2{font:bold 20px/60px \5FAE\8F6F\96C5\9ED1;} 
.d2list ul{padding: 15px 0;border-bottom:1px solid #f9f9f9}
.d2list ul li{line-height:200%;font-size: 16px;clear:both;font-family: \5B8B\4F53;text-align: right;color:#858585;font-size: 14px;}
.d2list ul li a{ float:left;line-height:200%;background:url(images/dot.gif) no-repeat 0 16px;padding-left:10px;font-family: \5FAE\8F6F\96C5\9ED1;font-size: 16px;}
.page_n{text-align:center; padding:80px 20px 80px 0;font-family: \5B8B\4F53;font-size: 14px;}
.page_n a{background:#f7f6f3;border:#dddad2 1px solid; padding:10px 15px;text-decoration:none;}
.page_n a.common_current_page{ background:#cc3333; color:#fff; text-decoration:none;border:1px solid #cc3333;}
/*txtCon*/
.txtCon{padding-bottom: 50px;}
.txtCon h1{text-align: center;font:bold 30px/32px \5FAE\8F6F\96C5\9ED1;margin-top:20px;}
.txtCon h2{text-align: center;font:normal 20px/22px \5FAE\8F6F\96C5\9ED1;margin-top:50px;}
.txtCon h3{text-align: center;font:normal 20px/22px \5FAE\8F6F\96C5\9ED1;margin-top:20px;}
.txtCon .editor{text-align: center;font-size: 14px;margin-top: 20px;}
.txtCon p{font-size: 16px;line-height: 180%;margin-top: 15px;}
.txtCon .edit{text-align: right;font-size: 14px;margin-top: 20px;}
.txtCon .time1{padding-bottom: 50px;}
.txt_pic{text-align:center;}
.txtCon table{margin:0 auto}
.playerActTitle{text-align:center;font-size:14px;}
#copyright{background:url(../images/footbg.jpg) no-repeat top center;padding: 138px 0 50px 0;text-align: center;color:#fff;height: 27px;}

@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
  .main{width:1000px;}
  .txt_pic img,video{width:100%;height:auto}
}

.bk-video .music {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 99;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: .8;
  background: url(../images/music1.png) center/contain no-repeat;
}

.bk-video .music.active {
  background: url(../images/music2.png) center/contain no-repeat;
}



.bk-nav a {
  margin-left: 12px;
}

.bk-buwangchuxin .bk-title {
  color: #ac0101;
  font-size: 21px;
  font-weight: normal;
}

.container-rw {
      width: 1000px;
      margin-bottom: 50px;
      margin-top: 20px;
    }
    .swiper-container.container-rw {
      height: 310px;
      overflow: hidden;
      width: 1000px;
    }
    .container-rw .people-box li {
      float: none;
      height: 290px;
      width: 290px;
      float: left;
      margin: 0;
    }
    .container-rw  .people-box {
      margin: 0;
    }
    .container-rw .swiper-button-next {
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 14px;
      height: 23px;
      background-position: center;
    }
    .container-rw .swiper-button {
      cursor: pointer;
    }
    .container-rw .swiper-button-prev {
      position: absolute;
      left: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 14px;
      height: 23px;
      background-position: center;
    }
    .container-rw img {
      height: 252px;
      width: 194px
    }
    .container-rw li, .container-rw a {
      text-align: center;
    }
